Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NRasterImageExporter<TContent> Class / SaveAsImage Method / SaveAsImage(NImageFormat) Method
The default image format. It is used to set the SelectedFilter property of the save file dialog shown by this method.


In This Topic
    SaveAsImage(NImageFormat) Method
    In This Topic
    Shows a file dialog for selecting an image file and exports the document to an image.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SaveAsImage( _
       ByVal imageFormat As NImageFormat _
    ) 
    'Usage
     
    
    Dim instance As NRasterImageExporter(Of TContent)
    Dim imageFormat As NImageFormat
     
    instance.SaveAsImage(imageFormat)
    public void SaveAsImage( 
       NImageFormat imageFormat
    )

    Parameters

    imageFormat
    The default image format. It is used to set the SelectedFilter property of the save file dialog shown by this method.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also